home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 624 / stzip2 / whatsnew < prev    next >
Encoding:
Text File  |  1992-08-15  |  11.8 KB  |  278 lines

  1. Version 2.0          15 Aug 92
  2. ------------------------------
  3.  
  4. Summary of changes, from most important to small bug fix, since version 1.1 :
  5.  
  6.  
  7. - New compression algorithm
  8.   -------------------------
  9.   
  10.   Named 'Deflating', it compress better than imploding and is
  11.   compatible with the upcomming PKZIP 2.0. At this time, PKZIP 2.0 is not
  12.   released, but an alpha version with deflating, v1.93, is available.
  13.  
  14.   Using a command line, you may select this algorithm with the -ed option.
  15.   The default algorithm, for this version, is still Imploding.
  16.   Using the Gem interface, you may select this algorithm in the Config
  17.   dialog box.
  18.  
  19.   This algorithm has three variants : one that compress faster but not so good,
  20.   one medium, and one which compress best but slowly. There are buttons to
  21.   select the one you want in Gem. Using a command line, -edf gives you the
  22.   fast one, -edb the best one, and -ed the medium.
  23.  
  24.   Note that at the time of the release, not all versions of ZIP on all
  25.   computers are able to extract deflated files.
  26.  
  27.  
  28. - Self extracting file support
  29.   ----------------------------
  30.  
  31.   You may use ZIP2TOS.PRG to convert a zip file to a .TOS program which
  32.   will contains the compressed files and will extract them when launched.
  33.  
  34.   Without parameters, you will be prompted for the file to convert. You may
  35.   also calls it with the zipfile names in parameters, from the desktop (drag
  36.   a file) or a shell (zip2tos *.zip)
  37.  
  38.   A self extracting file should contains _only_ deflating or stored files. It
  39.   will be unable to explode or unshrink files. This is _not_ checked when
  40.   doing the conversion.
  41.  
  42.   A self extracting file may be used as a normal zip file. Using STZip >1.3,
  43.   you will be able to change the comments, list, extract, add or delete
  44.   compressed files in the self extracting file.
  45.  
  46.  
  47. - Crypting and uncrypting files
  48.   -----------------------------
  49.  
  50.   A compressed file inside a zip may be crypted. STZip use the same
  51.   algorithm as PKZIP, 
  52.  
  53.   You may specify a password using the -w switch when using the command
  54.   line interface, or by clicking in the "Crypt box" in the Gem interface.
  55.   The files to be compressed will be encrypted using that password.
  56.  
  57.   That password will be also used when extracting files. If you forgot
  58.   to specify it and STZip encounter a crypted file, it will prompt you.
  59.  
  60.   (i.e. : if you compress files using password BURP and extract them
  61.   without leaving STZip, STZip won't prompt you for the password since it
  62.   still has BURP in mind).
  63.  
  64.   STZip is also able to tell you if the password supplied for extracting a
  65.   file is wrong. Note that the password is not stored in the file (would be
  66.   stupid!).
  67.  
  68.  
  69. - Updating and freshening a zipfile
  70.   ---------------------------------
  71.  
  72.   'Adding' would compress all the selected files, wether they are already
  73.   in the zip or not.
  74.   
  75.   Three new modes are available :
  76.  
  77.  -Freshening : only specified files that are already in the zip and are
  78.         newer than those in the zip will be added.
  79.  -Updating : only specified files that are already in the zip and are
  80.          newer than those in the zip, _AND_ the specified files that are
  81.          not in the zipfile will be added.
  82.  -Using a date line : only the files changed after the specified date will
  83.          be added.
  84.  
  85. To use that in Gem, click on the 'Add Mode' box, and select what you want.
  86. To use that in a command line,
  87.    freshening is -f : stzip -f backup *.c
  88.    updating is -u   : stzip -u galery *.gif
  89.    date line is -t  : stzip -a -t011692 fip *.prg
  90.       Will add all *.prg files created or changed after Janury 16th 1992.
  91.       Note the US date format !
  92.  
  93. - Minor changes
  94.   -------------
  95.  
  96.   - Added 'Delete original files' in the Config box in the Gem interface. If
  97.     selected, the original files on disk will be deleted after compression.
  98.  
  99.   - In Gem, new window for displaying information, so that it should be
  100.     possible to compress in background using MultiTOS.
  101.  
  102.   - STZip checks for its configuration file in its home directory
  103.     using shell_find. I think that doesn't work on TOS < 1.4.
  104.  
  105.   - STZip detects files packed with Ice and Atom and does not try to compress
  106.     them (infos supplied by David Ducassou). Also checks files packed with
  107.     compress, freeze and PfxPack as does older versions.
  108.  
  109.   - Added 'Check Zipfile' in the Gem interface. That checks if the zip
  110.     file extracts correctly.
  111.  
  112.   - If you're in the zip directory DIR while in Gem, the files you may compress
  113.     will be put in that directory. That's not new, the news is that you may do
  114.     the same using the command line interface, by using the -i option :
  115.     stzip -a burp -i dir *.*
  116.     will add all files in the directory dir OF the zip file.
  117.  
  118.   - File attributes are handled : stzip will also adds hidden and system files,
  119.     and will extract those files with their original file attributes.
  120.  
  121.   - Added an option to force the free disk space display on Tos < 1.4
  122.     (this is generally slow).
  123.  
  124.   - More drive letters in Gem.
  125.  
  126.   - Redirection >AUX: is now possible using the command line interface
  127.  
  128. - Bug fixes
  129.   ---------
  130.  
  131.   - Fixed bug when extracting 0 length files on TOS 2.x and 3.x, reported
  132.     by Gianfranco Marino and willy.
  133.   - Fixed bug when displaying files with lines separated by CR, reported
  134.     by Robert Eckardt.
  135.   - STZip wasn't adding the default .ZIP extension when the file name typed
  136.     in the file selector was just 8 characters long (Robert Eckardt).
  137.   - Fixed bug with vro_cpyfm, reported by Wilfried Behne
  138.   - In Gem, the zip size is now updated after a delete, reported by willy
  139.   - It is now possible to display a Stored file in the display window
  140.  
  141. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  142.  
  143. Version 1.1          14 Jan 92
  144. ------------------------------
  145. Well... Some bugs in 1.0 needed to be unimplemented ! :-(
  146. - Fixed incompatibility bug with PKUNZIP happening sometimes
  147. - Corrected bug when changing the zipfile after having edited the
  148.   comments of the old one (was overwriting the new one)
  149. - You may now add a file in a subdir of a zipfile, it will be compressed
  150.   with the correct path (it was added in the root of the zip file before).
  151. - Corrected bug when compressing many files in .TTP
  152. - The path stored in the config file wasn't used in some functions (resulting
  153.   in disk selector containing directories of a path and files of another one !)
  154.   fixed (reported by willy)
  155. - Fixed bugs with MultiGEM reported by Peter Kocourek
  156. - Fixed bug when displaying files with lines ending with LF only (not CR LF)
  157. - Improved file display (horizontal slide etc)
  158. - Faster compression on highly redondant file (was very slow)
  159. - Only ESC stops compression or decompression (before any key was stopping)
  160. . Added confirmation when deleting a file on disk.
  161. . Fixed bug when PATH was empty
  162. . Fixed bug when zip file name was >45 chars
  163.  
  164. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  165.  
  166. Version 1.0           28 Dec 91
  167. -------------------------------
  168. - New implementation of the Imploding algorithm. It is now faster
  169.   (especially for text files) and uses less memory.
  170. - You may display files in a window, compressed or uncompressed !
  171.   Press HELP for help (search string, save file, clipboard, change fonts)
  172. - Added edition of comments in GEM.
  173. - Delete files in zip and overwrite file in zip is supported both in GEM
  174.   and TTP.
  175. - Included resource in the program and added color support.
  176. - Fixed problem with zipfile being sometimes corrupted when adding a file
  177. - Added handling of a config file. It is loaded automatically if found and
  178.   may be saved in the dialog box 'configuration'. It contains also the
  179.   directory where to find zipfiles (used in the file selector) and the 'DISK'
  180.   path.
  181. - Included english and german translations of the documentation made by
  182.   Peter Kocourek and Juergen Kiesheyer. Thanks to both !
  183. - With new features and inclusion of the resource in the program, stzip.prg
  184.   has largely grown in size. People not using GEM might be low in memory or
  185.   might want to reduce loading time, so I included ZIPJR.TTP, which is a
  186.   command line only version of STZIP, without GEM handling. Features are
  187.   exactly the same.
  188. - Added check archive (-c) and extract files to screen (-s) in command line.
  189. - Faster scroll in the window when compressing/extracting in GEM
  190. - On TOS < 1.4, doesn't display free disk space because it's slow
  191. - You may stop compression/decompression in GEM by pressing a key
  192.   (it will only take effect when displaying something)
  193. - Delete original files after compression (ie : -am) works as expected in TTP.
  194. - Disable FormDoIt on some buttons (file names etc) so that there's no
  195.   alt-key bindings on these buttons.
  196. - Fixed problem with files packed with PKZIP and authenticity verification
  197. - Fixed compatibility problem with some versions of UNZIP (<3.0)
  198. Bugs :
  199. - When LTMF 1.14 is active, pressing a key to stop compression in Gem
  200.   doesn't work.
  201. - Selection on multiple file (by keeping mouse button pressed) doesn't
  202.   work as expected when FormDoIt is active.
  203. - Display a file in GEM which was Stored is not yet possible.
  204.  
  205. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  206.  
  207. Version 0.9      19 Jun 91
  208. --------------------------
  209. This is a bug fix version.
  210. -Fixed problem (was terribly slow and bad ratio) with imploding highly
  211.  compressible files (such as data base etc).
  212. -Fixed problem computing CRC when imploding small files.
  213. -Fixed problem with AMCGDOS ('invalid handle').
  214. -Fixed problem with zip file of length 0.
  215. -Can select multiple files in one clic in Gem.
  216. -'@list' option in command line and redirection without shell are working now.
  217. -Handles errors in GEM and in Implode correctly.
  218. -Added ARGV support in command line.
  219. -Can set a zip file comment from a file using '<' redirection
  220.  (e.g. stzip -az file.zip dummyfile <bbs.txt)
  221.  
  222. The following 'bugs' are known and will be corrected as soon as possible :
  223. - support of all screen resolutions
  224. - delete/update files in a zip
  225. - changing comments in gem
  226. - store file when the compressed data is larger than the original
  227. - the -m option should be considered as unimplemented. it only does a
  228.   Fdelete on the parameter, without handling directory change, wildcards,
  229.   ~ and @
  230.  
  231. --=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=---=--
  232.  
  233. Version 0.8       9 May 91
  234. --------------------------
  235. Fixed compatibility problem with PKUNZip/Implode, doesn't compress better
  236. than PKZip anymore :-(
  237. You can use the old incompatible compression algorithm with the -ej
  238. switch. It is strongly suggested not to use it unless you are sure
  239. nobody will extract the file on a PC.
  240. Hope to increase compression ratio in next release.
  241.  
  242. Version 0.7      21 Apr 91
  243. --------------------------
  244. Big text files couldn't implode without bombing, fixed.
  245.  
  246. Version 0.6       4 Apr 91
  247. --------------------------
  248. Imploding is now the default algorithm, and detects text files to use
  249. better parameters. Added drive buttons.
  250.  
  251. Version 0.5       3 Apr 91
  252. --------------------------
  253. Added imploding, use the -ei switch to select it in command line, or go in
  254. the configuration box in gem.
  255.  
  256. Version 0.4      29 Dec 90
  257. --------------------------
  258. Compiler change, stzip.prg is 22k smaller. Added disk format.
  259.  
  260. [sleeping]
  261.  
  262. Version 0.3      1 Jun 90
  263. -------------------------
  264. Bugs changed, Comments. -z (set zipcomment) and -t (set zipfile date)
  265. switchs added.
  266.  
  267. Version 0.2   30 April 90
  268. -------------------------
  269. Shrinking is nearly 65% faster.
  270. Many bugs removed. No more limitation in the number of files added.
  271. Added a -e switch to select the compression method (currently, only -es
  272. (store only) is useful), and a -p switch to store paths when not
  273. recursing into subdirs.
  274.  
  275. Version 0.1    5 April 90
  276. -------------------------
  277. First beta release.
  278.